projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ca832
)
(diff-font-lock-keywords): Simplify comments fontifying rule.
author
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 14:42:40 +0000
(14:42 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 14:42:40 +0000
(14:42 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index 38aeb01877ce2e56a84026675be486920be97bb8..f10ac7d57d202bd2b735a40a23538b09b89bc8df 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-339,8
+339,8
@@
when editing big diffs)."
(0 diff-header-face) (1 diff-index-face prepend))
("^Only in .*\n" . diff-nonexistent-face)
("^\\(#\\)\\(.*\\)"
- (1
(eval font-lock-comment-delimiter-face)
)
- (2
(eval font-lock-comment-face)
))
+ (1
font-lock-comment-delimiter-face
)
+ (2
font-lock-comment-face
))
("^[^-=+*!<>#].*\n" (0 diff-context-face))))
(defconst diff-font-lock-defaults